SourceWarningCode

enum SourceWarningCode : Enum<SourceWarningCode> , WarningCode

2000 - 2999: Source-related warning codes

  • 2000 - 2099: General

  • 2100 - 2199: Playback

  • 2200 - 2299: Network

  • 2300 - 2399: DRM

Entries

UnsupportedCodecOrFormat
Link copied to clipboard
A track with an unsupported codec or format was discovered.
ThumbnailLoadingFailed
Link copied to clipboard
It was not possible to load a thumbnail track because the URI was not valid or the communication with the server failed.
ThumbnailParsingFailed
Link copied to clipboard
It was not possible to parse a thumbnail track.
SubtitleLoadingFailed
Link copied to clipboard
It was not possible to load a subtitle track because the URI was not valid or the communication with the server failed.
SubtitleParsingFailed
Link copied to clipboard
It was not possible to parse a subtitle track.
DrmSecurityLevelEnforcementFailed
Link copied to clipboard
It was not possible to setup the configured security level.

Types

Companion
Link copied to clipboard
object Companion

Properties

value
Link copied to clipboard
open override val value: Int
The raw code value associated with the deficiency.

Inherited properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int